* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w240 {
  width: 240px;
}

img {
  max-width: 100%;
}

.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.text-gray-8 {
  color: #a8a8a8;
}
.fz16 {
  font-size: 16px;
}
.fz24 {
  font-size: 1.25vw;
}
.fwb {
  font-weight: bold;
}
h3 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
.top {
  height: 110px;
  justify-content: space-between;
}
.top .logo {
  /* height: 53px; */
}
.top .logo img {
  /* width: 280px; */
  /* height: 100%; */
}
.top .phone {
  align-items: flex-end;
  color: #0a0b13;
  font-size: 16px;
}
.top .phone .iconfont {
  font-size: 40px;
  color: #195fb4;
  margin-right: 5px;
}
.top .phone .tel {
  color: #195fb4;
  font-size: 26px;
}
li {
  list-style: none;
}
.w1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 28px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 63px;
  height: 4px;
  background: #b5b5b5;
}
.banner .hd li.on {
  background: #195fb4;
}
.header {
  height: 50px;
  position: relative;
  z-index: 1000;
  margin: 0 auto;
  background: #195fb4;
}
.navBar {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.navBar li {
  flex: 1;
  height: 50px;
  position: relative;
  margin: 0 10px;
}
.navBar li.on .tit {
  background: #e72d28;
}
.navBar li:hover .tit {
  background: #e72d28;
}
.navBar li:hover .sub {
  display: block;
}
.navBar .tit {
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
.navBar .sub {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  background: #fff;
  display: none;
}
.navBar .sub a {
  display: block;
  width: 100%;
  height: 54px;
  text-align: center;
  line-height: 54px;
  border-bottom: 1px solid #f2f2f2;
}
.navBar .sub a:hover {
  color: #195fb4;
}
.container {
  width: 87.5%;
  max-width: 1680px;
  margin: 0 auto;
  min-width: 1200px;
}
.container.page {
  width: 1200px;
}
.com-title {
  text-align: center;
  height: 74px;
  border-bottom: 2px solid #f9f9f9;
  color: #1e1d22;
  font-size: 33px;
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.com-title span {
  color: #e72d28;
  font-weight: bold;
}
.com-title::before {
  content: '';
  width: 140px;
  height: 5px;
  background: #e72d28;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  display: block;
}
.ny-title {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  margin: 30px 0;
}
.ny-title span {
  display: block;
}
.ny-title .name {
  font-size: 36px;
  font-weight: bold;
}
.about {
  justify-content: space-between;
  margin: 5.3125vw auto 5vw;
}
.about .left {
  width: 43.75%;
  font-size: 16px;
}
.about .left .tit {
  color: #0e0e0e;
  font-size: 20px;
  margin-bottom: 20px;
}
.about .left .tit p {
  color: #e72d28;
  font-size: 20px;
}
.about .left .cont {
  line-height: 34px;
  height: 272px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  margin-bottom: 20px;
}
.about .left .more {
  display: block;
  width: 175px;
  height: 44px;
  opacity: 1;
  border: 1px solid #e72d28;
  text-align: center;
  line-height: 44px;
  color: #e72d28;
}
.about .right {
  width: 44.64%;
  justify-content: flex-end;
  align-items: stretch;
}
.about .right .mark {
  font-size: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.about .right .mark h3 {
  font-size: 28px;
  height: 62px;
  margin-bottom: 18px;
  position: relative;
}
.about .right .mark h3::before {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
}
.about .right li {
  width: 33.33%;
  position: relative;
}
.about .right li img {
  width: 100%;
  height: 100%;
}
.about .right li:nth-child(1)::before {
  content: '';
  display: block;
  background: rgba(26, 96, 180, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.about .right li:nth-child(3) {
  background: #195fb4;
}
.about .right li:nth-child(4) .mark {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(26, 96, 180, 0.9);
  color: #fff;
}
.ny-product .cont li,
.product .bd li {
  width: calc(25% - 22px);
  margin: 0 11px 46px;
}
.ny-product .cont li:hover,
.product .bd li:hover {
  box-shadow: 0px 9px 21px 0px rgba(30, 80, 174, 0.11);
}
.ny-product .cont li:hover h3,
.product .bd li:hover h3 {
  color: #195fb4;
}
.ny-product .cont li:hover .img .search,
.product .bd li:hover .img .search {
  display: flex;
}
.ny-product .cont li .img,
.product .bd li .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-size: 100% 100%;
}

.ny-product .cont li .img::before,
.product .bd li .img::before {
  content: '';
  width: 0.1px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 80%;
}

.ny-product .cont li .img img,
.product .bd li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.ny-product .cont li .img .search,
.product .bd li .img .search {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 31, 51, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
}
.ny-product .cont li .img .search .iconfont,
.product .bd li .img .search .iconfont {
  color: #fff;
  font-size: 30px;
}
.ny-product .cont li h3,
.product .bd li h3 {
  height: 56px;
  line-height: 56px;
  padding-left: 26px;
  max-width: 85%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
.ny-product .cont {
  margin: 0 -11px;
}
.product .hd {
  margin: 45px auto;
}
.product .hd ul {
  width: 100%;
  justify-content: center;
}
.product .hd li a {
  display: block;
  width: 183px;
  height: 41px;
  opacity: 1;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  text-align: center;
  line-height: 41px;
  margin: 0 10px;
  color: #808080;
}
.product .hd li:hover a,
.product .hd li.on a {
  background: #195fb4;
  border-color: #195fb4;
  color: #fff;
}
.product .bd ul {
  margin: 0 -11px;
}
.advantage {
  margin-bottom: 3.43vw;
  min-width: 1200px;
}
.advantage .cont {
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.advantage .cont .hd {
  position: absolute;
  padding-left: 6.25%;
  bottom: 0;
  width: 74.48%;
  height: 7.08vw;
  background: #fff;
  z-index: 1;
  box-sizing: border-box;
}
.advantage .cont .hd ul {
  width: 100%;
  height: 7.08vw;
  align-items: center;
}
.advantage .cont .hd ul li {
  width: 22.9%;
  margin-right: 1.5%;
  background: #f9f9f9;
  font-size: 1.25vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.93vw;
  box-sizing: border-box;
  height: 5.104vw;
  position: relative;
  cursor: pointer;
}
.advantage .cont .hd ul li.on {
  height: 7.08vw;
  background: #195fb4;
  color: #fff;
}
.advantage .cont .hd ul li.on .iconfont {
  color: #fff;
}
.advantage .cont .hd ul li.on::before {
  background: #fff;
}
.advantage .cont .hd ul li::before {
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  opacity: 0.33;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 73%;
  transform: translateY(-50%);
}
.advantage .cont .hd ul li .en {
  font-size: 12px;
  display: block;
}
.advantage .cont .hd ul li .iconfont {
  font-size: 2.08vw;
  color: #333333;
}
.advantage .cont .bd .left {
  width: 43.65%;
  background: #f7f7f7;
  padding: 5.208vw 0 0 6.25%;
  font-size: 0.83vw;
  line-height: 1.875vw;
  position: relative;
}
.advantage .cont .rsp {
  position: absolute;
  right: 10%;
  top: 7.968vw;
  width: 6.77vw;
  height: 6.77vw;
  font-size: 3.95vw;
  text-align: center;
  line-height: 6.77vw;
}
.advantage .cont .rsp .iconfont {
  font-size: 6.77vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #ececec;
}
.advantage .cont .rsp .num {
  position: relative;
  z-index: 2;
}
.advantage .cont .txt {
  max-width: 335px;
  width: 50%;
  height: 28px;
  opacity: 1;
  background: #333333;
  text-align: center;
  line-height: 28px;
  color: #fff;
  margin-bottom: 20px;
}
.advantage .cont .dec {
  max-width: 85%;
  height: 7.5vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.advantage .cont .right {
  width: 56.35%;
}
.advantage .cont .tit {
  font-size: 22px;
  height: 3.125vw;
  line-height: 3.125vw;
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
}
.advantage .cont .tit .name-en {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3.75vw;
  color: #ebebeb;
  z-index: 1;
  text-transform: uppercase;
  font-weight: bold;
}
.advantage .cont .tit .name {
  position: relative;
  z-index: 2;
}
.section {
  background: url('../images/index2_20.jpg') center center / cover no-repeat;
  padding: 46px 0 40px;
  position: relative;
}
.section::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(26, 96, 180, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.section .container {
  position: relative;
  z-index: 2;
}
.section .com-title {
  color: #fff;
}
.section .com-title::before {
  background: #fff;
}
.section .bd {
  margin-top: 60px;
}
.section .bd li {
  width: calc(25% - 28px);
  margin-right: 28px;
}
.section .bd li a {
  width: 100%;
  display: block;
}
.section .bd li a .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.section .bd li a .img::before {
  content: '';
  display: block;
  padding-bottom: 60%;
}
.section .bd li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.section .bd li a .btm {
  width: 100%;
  height: 67px;
  background: #efefef;
  padding: 0 20px;
  font-size: 16px;
  box-sizing: border-box;
}
.section .bd li a .txt {
  max-width: 85%;
}
.section .bd li a .iconjiantoushang {
  font-size: 20px;
}
.section .bd li a:hover .btm {
  background: #e72d28;
  color: #fff;
}
.section .hd {
  width: 100%;
  text-align: center;
  margin-top: 46px;
}
.section .hd li {
  display: inline-block;
  width: 15px;
  height: 15px;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 5px;
  text-indent: -999999px;
}
.section .hd li.on {
  background: #e72d28;
}
.news {
  margin-top: 3.54vw;
}
.news .cont {
  padding-top: 2.76vw;
  justify-content: space-between;
}
.news .news-info {
  width: calc(50% - 33px);
}
.news .news-info .tit {
  color: #195fb4;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 34px;
}
.news .news-info .recommend {
  height: 174px;
  border-bottom: 1px dashed #e7e7e7;
}

.news .news-info .recommend .dec {
  margin-bottom: 20px;
  color: #999;
}
.news .news-info li {
  height: 110px;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 23px;
}
.news .news-info .img {
  width: 241px;
  height: 142px;
  margin-right: 15px;
}
.news .news-info .name {
  font-size: 16px;
}
.news .news-info .dec {
  color: #999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .news-info .date {
  color: #666;
}
.partners {
  margin-top: 3.43vw;
  overflow: hidden;
}
.partners .cont {
  padding: 3.85vw 0 28px;
}
.partners .tempWrap {
  width: 100% !important;
}
.partners ul {
  margin: 0 -8px;
}
.partners li {
  margin: 0 8px 15px;
  width: 226px !important;
  float: left;
}
.partners li img {
  width: 224px;
  height: 94px;
  border: 1px solid #e5e5e5;
  display: block;
}
.footer-contact {
  background: #1d2026;
  height: 365px;
  width: 100%;
  color: #fff;
  margin-top: 50px;
}
.footer-contact a {
  color: #fff;
}
.footer-contact .left {
  padding-top: 66px;
  line-height: 40px;
  /* width: 372px; */
}
.footer-contact .left img {
  display: block;
  margin-bottom: 15px;
}
.footer-contact .mid {
  padding-top: 118px;
  width: 280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: flex-start;
  font-size: 16px;
}
.footer-contact .mid a {
  display: block;
  width: calc(50%);
  height: 36px;
  line-height: 36px;
}
.footer-contact .right {
  padding-top: 75px;
  width: 180px;
  text-align: center;
}
.footer-contact .right .tit {
  color: #999999;
  font-size: 14px;
}
.footer-contact .right .phone {
  font-size: 24px;
  margin: 5px 0 10px;
}
.footer-contact .wrap {
  height: 308px;
  justify-content: space-between;
}
.footer-contact .links {
  line-height: 36px;
  color: #999;
}
.footer-contact .links a {
  color: #999;
}
.footer {
  height: 70px;
  background: #121417;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  box-sizing: border-box;
  line-height: 22px;
}
.footer a {
  color: #fff;
  display: block;
}
.ny-tit {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.sideNav {
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1000000;
}
.sideNav li {
  margin: 0 10px;
  position: relative;
  height: 41px;
}
.sideNav li:hover .tit {
  background: #195fb4;
  border-color: #195fb4;
  color: #fff;
}
.sideNav li:hover .sub {
  display: block;
}
.sideNav li .tit {
  display: block;
  width: 183px;
  height: 41px;
  opacity: 1;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  text-align: center;
  line-height: 41px;
  box-sizing: border-box;
}
.sideNav li .sub {
  position: absolute;
  left: 50%;
  top: 41px;
  background: #ffffff;
  box-shadow: 0px 2px 24px 2px rgba(217, 217, 217, 0.31);
  width: 220px;
  display: none;
  margin-left: -110px;
}
.sideNav li .sub a {
  display: block;
  height: 36px;
  line-height: 36px;
  width: 100%;
  text-align: center;
  font-size: 15px;
}
.sideNav li .sub a:hover {
  background: #f3f3f3;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 50px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  padding-bottom: 50px;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #3db45e;
}
.paging {
  display: flex;
  width: 100%;
  margin-top: 30px;
  justify-content: center;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 40px;
  height: 40px;
  background: #d6d6d6;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
}
.paging li a:hover,
.paging li span {
  background: #195fb4;
  border-color: #195fb4;
  color: #fff;
}
.crumbs {
  height: 58px;
  border-bottom: 1px solid #f2f2f2;
}
.sidelist {
  position: relative;
  z-index: 10000;
}
.sidelist .one {
  position: relative;
  height: 58px;
  font-size: 14px;
  margin-right: 38px;
}
.sidelist .one:hover .tit,
.sidelist .one.on .tit {
  color: #3db45e;
}
.sidelist .one .tit {
  display: block;
  height: 58px;
  text-align: center;
  line-height: 58px;
  color: #000;
  font-size: 16px;
}
.ny-contact {
  padding-top: 30px;
  padding-bottom: 5vw;
}
.ny-contact .cont {
  justify-content: space-between;
}
.ny-contact .left {
  width: 21.73%;
  line-height: 42px;
}
.ny-contact .left .tips {
  color: #7b7b7b;
  line-height: 27px;
  margin-bottom: 20px;
}
.ny-contact .message {
  flex: 1;
  overflow: hidden;
  margin-left: 60px;
}
.ny-contact .message .tips {
  color: #353535;
  margin-bottom: 30px;
  line-height: 27px;
}
.ny-contact .message ul {
  flex-wrap: wrap;
  justify-content: space-between;
}
.ny-contact .message ul input,
.ny-contact .message ul textarea {
  border: none;
  outline: none;
}
.ny-contact .message ul li {
  margin-bottom: 32px;
  width: calc(100% / 3 - 16px);
}
.ny-contact .message ul li:nth-child(2) {
  margin: 0 16px;
}
.ny-contact .message ul li span {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  color: #666666;
}
.ny-contact .message ul li span i {
  color: #ff1f1f;
}
.ny-contact .message ul li input {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding-left: 14px;
  box-sizing: border-box;
  background: #f7f7f7;
}
.ny-contact .message ul .textarea {
  width: 100%;
  max-width: 100%;
}
.ny-contact .message ul .textarea textarea {
  width: 100%;
  height: 144px;
  background: #f7f7f7;
  line-height: 30px;
  padding-left: 20px;
  box-sizing: border-box;
}
.ny-contact .message .btns div {
  width: 133px;
  height: 43px;
  color: #fff;
  text-align: center;
  line-height: 43px;
  margin: 0 13px;
  font-size: 18px;
  background: #d6d6d6;
  cursor: pointer;
}
.ny-contact .message .btns div:first-of-type {
  background: #195fb4;
}
.ny-contact .map {
  margin-top: 70px;
}
/* .ny-contact .map img {
  width: 100%;
} */
.ny-news .dec {
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #999;
}
.ny-news .recommend {
  justify-content: space-between;
}
.ny-news .recommend .name {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}
.ny-news .recommend .date {
  color: #b3b3b3 !important;
  font-size: 14px;
}
.ny-news .recommend .left {
  width: calc(50% - 15px);
  line-height: 26px;
}
.ny-news .recommend .left a {
  display: block;
  width: 100%;
}
.ny-news .recommend .left .img {
  width: 100%;
  height: 355px;
  overflow: hidden;
  position: relative;
}
.ny-news .recommend .left .img img {
  width: 100%;
}
.ny-news .recommend .left h3 {
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}
.ny-news .recommend .left .more {
  margin-top: 20px;
}
.ny-news .recommend .left .more .btn {
  display: inline-block;
  height: 34px;
  opacity: 1;
  border: 1px solid #e5e5e5;
  border-radius: 11px;
  line-height: 34px;
  padding: 0 15px;
}
.ny-news .recommend .left .more .iconfont {
  font-size: 30px;
  color: #8e8e8e;
}
.ny-news .recommend .right {
  width: calc(50% - 15px);
}
.ny-news .recommend .right li {
  border-bottom: 1px solid #e5e5e5;
  color: #666666;
  line-height: 26px;
  padding-bottom: 30px;
  margin-bottom: 24px;
}
.ny-news .recommend .right li:last-of-type {
  border-bottom: none;
}
.ny-news .bottom {
  border-top: 1px solid #e5e5e5;
  padding-top: 50px;
}
.ny-news .list {
  justify-content: space-between;
}
.ny-news .list li {
  border-bottom: 1px solid #e5e5e5;
  width: calc(50% - 15px);
  padding-bottom: 30px;
  line-height: 26px;
  margin-bottom: 20px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

.news .news-info .recommend .info {
  max-width: 55%;
}
